home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 82 / CDMM82_1.ISO / Art of Magic / ArtOfMagicDemo.exe / Disk1 / data1.cab / Program_Files / Models / Menus / MainMenu / mainmenu.env
Encoding:
Text File  |  2001-08-08  |  320 b   |  13 lines

  1. // Simple Lit Environment file
  2. w4dsimpleenvironment
  3. {
  4.     colour ( 0, 0, 0)
  5.     ambient ( 100, 0, 0)
  6. //if ambient is full, wont see lights working!
  7. //next value is actually a vector - its the direction of the light not the colour.
  8.     light ( 10.0, 0.0, 0.0 )
  9.     fog off
  10.     fog colour ( 0, 255, 0 )
  11.     fog range 100 1000
  12. }
  13.